bitkeeper revision 1.1159.79.17 (4151eefdJFbHLsdyU6PbfpJr6JoEhA)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 22 Sep 2004 21:30:37 +0000 (21:30 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 22 Sep 2004 21:30:37 +0000 (21:30 +0000)
Grrr. Fix typo that broke migration of network devices.

linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c

index 94ad6175ce94507e8d3c187568778af3f77789ee..79e15fb7f3be24d5cdaf9e34da39feb900d4c29b 100644 (file)
@@ -65,7 +65,7 @@ static void __do_suspend(void)
     extern void blkdev_suspend(void);
     extern void blkdev_resume(void);
 #endif
-#ifdef CONFIG_XEN_NETIF_FRONTEND
+#ifdef CONFIG_XEN_NETDEV_FRONTEND
     extern void netif_suspend(void);
     extern void netif_resume(void);    
 #endif
@@ -82,7 +82,7 @@ static void __do_suspend(void)
 
     __cli();
 
-#ifdef CONFIG_XEN_NETIF_FRONTEND
+#ifdef CONFIG_XEN_NETDEV_FRONTEND
     netif_suspend();
 #endif
 
@@ -143,7 +143,7 @@ static void __do_suspend(void)
     blkdev_resume();
 #endif
 
-#ifdef CONFIG_XEN_NETIF_FRONTEND
+#ifdef CONFIG_XEN_NETDEV_FRONTEND
     netif_resume();
 #endif